home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / destroytheworld.swf / scripts / DefineButton2_806 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  163 b   |  9 lines

  1. on(release){
  2.    _global.gameMusic.setVolume(70);
  3.    tellTarget("musicPointer")
  4.    {
  5.       gotoAndStop("default");
  6.    }
  7.    _root.musicVolume = "default";
  8. }
  9.